Constructor & Destructor Documentation
| __construct |
( |
$ |
name, |
|
|
$ |
permissions = null |
|
) |
| |
Member Function Documentation
returns the last modification time of the stream content
- Returns:
- int
Implements vfsStreamContent.
| getDefaultPermissions |
( |
) |
[abstract, protected] |
returns the file name of the content
- Returns:
- string
Implements vfsStreamContent.
| isExecutable |
( |
$ |
user, |
|
|
$ |
group |
|
) |
| |
checks whether content is executable
- Parameters:
-
| int | $user | id of user to check for |
| int | $group | id of group to check for |
- Returns:
- bool
Implements vfsStreamContent.
| isOwnedByGroup |
( |
$ |
group ) |
|
checks whether file is owned by group
- Parameters:
-
- Returns:
- bool
Implements vfsStreamContent.
checks whether file is owned by given user
- Parameters:
-
- Returns:
- bool
Implements vfsStreamContent.
| isReadable |
( |
$ |
user, |
|
|
$ |
group |
|
) |
| |
checks whether content is readable
- Parameters:
-
| int | $user | id of user to check for |
| int | $group | id of group to check for |
- Returns:
- bool
Implements vfsStreamContent.
| isWritable |
( |
$ |
user, |
|
|
$ |
group |
|
) |
| |
checks whether content is writable
- Parameters:
-
| int | $user | id of user to check for |
| int | $group | id of group to check for |
- Returns:
- bool
Implements vfsStreamContent.
| lastModified |
( |
$ |
filemtime ) |
|
| setFilemtime |
( |
$ |
filemtime ) |
|
The documentation for this class was generated from the following file:
- /Applications/XAMPP/xamppfiles/lib/php/pear/vfsStream/vfsStreamAbstractContent.php